It doesn't work like this, but in theory HDR FSAA can be done via supersampling if your HW doesn't support it via MSAA.
You just render a bigger framebuffer and downsample (the downsample may have to be done via pixel shader or CPU tho), and with multiple cards you can do supersampling as well.