Lines Matching refs:ENV
1297 push(@vcpaths, $ENV{"VCRedistPath"}) if ($ENV{"VCRedistPath"} ne "");
1300 if ($ENV{"FrameworkSDKDir"} ne "" && $want_win32 eq "yes") {
1301 push(@vcpaths, File::Spec->catfile($ENV{"FrameworkSDKDir"},
1304 } elsif ($ENV{"FrameworkSDKDir"} ne "" && $want_x64 eq "yes") {
1305 push(@vcpaths, File::Spec->catfile($ENV{"FrameworkSDKDir"},
1310 if ($ENV{"WindowsSDKDir"} ne "" && $want_win32 eq "yes") {
1311 push(@vcpaths, File::Spec->catfile($ENV{"WindowsSDKDir"},
1314 } elsif ($ENV{"WindowsSDKDir"} ne "" && $want_x64 eq "yes") {
1315 push(@vcpaths, File::Spec->catfile($ENV{"WindowsSDKDir"},
1320 if ($ENV{"WindowsSDKDir_old"} ne "" && $want_win32 eq "yes") {
1321 push(@vcpaths, File::Spec->catfile($ENV{"WindowsSDKDir_old"},
1324 } elsif ($ENV{"WindowsSDKDir_old"} ne "" && $want_x64 eq "yes") {
1325 push(@vcpaths, File::Spec->catfile($ENV{"WindowsSDKDir_old"},
1330 if ($ENV{"VCINSTALLDIR"}) {
1331 push(@vcpaths, File::Spec->catfile($ENV{"VCINSTALLDIR"},