.Inf for SCSI miniport flashes warnings for WHQL (11.2)

Hi All,
We have a single .INF file for all the Windows operating systems
(2000,XP and .NET). To give precise details i would describe related
sections here.

The following is the manufacturer section:

[Manufacturer]
%LSI%=LSI,NT.5.1,NT.5.2

For each manufacturer above there is a seperate entry as follows

[LSI]
PCI ID Entries here.
[MegaIDE.NT] - New section name

Other section Entries for LSI.

[LSI.NT.5.1]
PCI ID Entries here.
[MegaIDE.XP] - New section name
other sectionEntries for LSI.NT.5.1

[LSI.NT.5.2]
PCI ID Entries here.
[MegaIDE.NET] - New section name
Entries for LSI.NT.5.2

All the entried in all the three sections are exactly same. Just the
section names for each manufacturer are different. The problem here is that
i am getting warnings as follows:
Line 84: WARNING: (W22.1.2083) Section [MEGAIDE.XP] not referenced
Line 89: WARNING: (W22.1.2083) Section [MEGAIDE.REG.XP] not referenced
Line 92: WARNING: (W22.1.2083) Section [MEGAIDE.XP.SERVICES] not referenced
Line 95: WARNING: (W22.1.2083) Section [MEGAIDE_SERVICE_INST_XP] not
referenced
Line 114: WARNING: (W22.1.2083) Section [MOVEMINIPORT.XP] not referenced

Five similar warnings exists for .NET section. I am suspecting that since
these sections are exactly the same this is a expected behaviour. I am not
sure though.
Please let me know if i am making any mistakes here.

Thanks,
Ajitabh