What variable do I set, or macro do I call, etc?
Here's what I want:
My google-fu must be weak today because this seems like it would be pretty common but I can't find any hints out there.
Section "FirstSection"
${If} $MYVAR == 1
; Enable SecondSection
${Else}
; Disable SecondSection
${EndIf}
SectionEnd
Section /o "SecondSection"
; does some stuff
SectionEnd